How to use tags

 

Syntax

For example:

' vbwNoErrorHandler vbwNoTraceProc is valid (separate comment line)

Dim i As Integer ' vbwNoErrorHandler is not valid (in-line comment)

' vbwnoerrorhandler is not valid (doesn't respect the case)

 

Where should tags appear in the code

Example

The \VB Watch 2\Templates\VB6\Protector\vbwProtector.bas template file itself contains tags. Look at the end of the declaration section and at the begining of some procedures...